home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / ADVADDD.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.7 KB  |  47 lines

  1. <HTML>
  2. <title>Internet Service Manager - Deny Access</title> 
  3.  
  4. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  5.  
  6. <!-- Header -->
  7. <TABLE BORDER=0>
  8. <TR VALIGN=CENTER>
  9. <TD>
  10. <A HREF="/iisadmin/default.htm">
  11. <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  12. <TD><FONT SIZE=+2 COLOR=000000>
  13. <B><%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Administrator - Deny Access</B></FONT><BR>
  14. <FONT SIZE=+1 COLOR=0000CD>Administration on <%servname%>://<%hostname%></FONT>
  15. </TD></TR>
  16. </TABLE>
  17. <HR>
  18. <P>
  19. <table BORDER=0 BGCOLOR=C0C0C0 NOWRAP>
  20.  
  21. <FONT COLOR=RED><%if servid EQ 4%>Deny WWW access to the following :<%elif servid EQ 1%>Deny FTP access to the following :<%elif servid EQ 2%>Deny Gopher access to the following :<%endif%>
  22. </FONT>
  23. <P>
  24. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/advadddu">
  25. <input type="radio" name="denyisipsingle" value=1 CHECKED> Single Computer<p>
  26. <input type="radio" name="denyisipsingle" value=0> Group of Computers<p>
  27. IP Address : <input type="text" name="denyipaddr" value=""><p>
  28. A subnet mask is only necessary when you deny access to a group of computers<p>
  29. Subnet Mask : <input type="text" name="denyipmask" value=""><p>
  30.  
  31. <!-- OK/CANCEL/RESET Buttons -->
  32. <TABLE WIDTH=500 HEIGHT=30 BORDER=0 NOWRAP>
  33. <TR><TD ALIGN=RIGHT>
  34. <input type="submit" value="     OK     ">
  35. <input type="submit" name="cancel" value=" Cancel ">
  36. <input type="reset" value="  Reset  ">
  37. <%if 1 EQ 1%>
  38. <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>htadvda.htm<%elif servid EQ 1%>ftadvda.htm<%elif servid EQ 2%>goadvda.htm<%endif%>">
  39. <input type="submit" name="help" value="  Help  ">
  40. <%endif%>
  41. </TD></TR>
  42. </TABLE>
  43.  
  44. </TABLE>
  45.  
  46. </form>
  47. </html>